type github.com/gotd/td/telegram/auth.testAuth

7 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L271: type testAuth struct {
		flow.go#L276: func (t testAuth) Phone(ctx context.Context) (string, error)    { return t.phone, nil }
		flow.go#L277: func (t testAuth) Password(ctx context.Context) (string, error) { return "", ErrPasswordNotProvided }
		flow.go#L278: func (t testAuth) Code(ctx context.Context, sentCode *tg.AuthSentCode) (string, error) {
		flow.go#L295: func (t testAuth) AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error {
		flow.go#L299: func (t testAuth) SignUp(ctx context.Context) (UserInfo, error) {
		flow.go#L333: 	return testAuth{